home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / Memct00 / memct.exe / mytest.~dp < prev    next >
Text File  |  1998-03-17  |  218b  |  14 lines

  1. program mytest;
  2.  
  3. uses
  4.   Forms,
  5.   mytestu in 'E:\Daten\Delphi3\Eig\MyTest\mytestu.pas' {Form1};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.Initialize;
  11.   Application.CreateForm(TForm1, Form1);
  12.   Application.Run;
  13. end.
  14.